home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / q820t517.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  11.6 KB  |  351 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.1"
  11. *PCFileName: "Q820T517.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 820 Turbo)"
  14. *PSVersion: "(51.7) 0"
  15. *ModelName: "QMS-PS 820 Turbo"
  16. *NickName: "QMS-PS 820 Turbo v51.7"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "401966"
  23. *LanguageLevel: "1"
  24. *Extensions: FileSystem
  25. *ColorDevice: False
  26. *DefaultColorSpace: Gray
  27. *VariablePaperSize: False
  28. *FileSystem: True
  29. *?FileSystem: "
  30. save
  31.  statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  32. restore
  33. "
  34. *End
  35. *Throughput: "8"
  36. *Password: "0"
  37. *ExitServer: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true
  40.   }{
  41.     dup    % potential password
  42.     statusdict /checkpassword get exec not
  43.   } ifelse
  44.   {  %  if no password or not valid
  45.     (WARNING : Cannot perform the exitserver command.) =
  46.     (Password supplied is not valid.) =
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if
  50.   serverdict /exitserver get exec
  51. "
  52. *End
  53. *Reset: "
  54.   count 0 eq {  % is the password on the stack?
  55.     true
  56.   }{
  57.     dup    % potential password
  58.     statusdict /checkpassword get exec not
  59.   } ifelse
  60.   {  %  if no password or not valid
  61.     (WARNING : Cannot reset printer.) =
  62.     (Password supplied is not valid.) =
  63.     (Please contact the author of this software.) = flush
  64.     quit
  65.   } if
  66.   serverdict /exitserver get exec
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush
  69. "
  70. *End
  71.  
  72. *DefaultResolution: 300dpi
  73. *?Resolution: "
  74. save
  75.   initgraphics
  76.   0 0 moveto currentpoint matrix defaultmatrix transform
  77.   0 72 lineto currentpoint matrix defaultmatrix transform
  78.   3 -1 roll sub dup mul
  79.   3 1 roll exch sub dup mul
  80.   add sqrt round cvi
  81.   (          ) cvs print (dpi) = flush
  82. restore
  83. "
  84. *End
  85.  
  86. *% Halftone Information ===============
  87. *ScreenFreq: "60.0"
  88. *ScreenAngle: "45.0"
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Dot: "
  91. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  92. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *DefaultTransfer: Null
  99. *Transfer Null: "{ }"
  100. *Transfer Null.Inverse: "{ 1 exch sub }"
  101.  
  102. *% Paper Handling ===================
  103. *OpenUI *PageSize: PickOne
  104. *OrderDependency: 30 AnySetup *PageSize
  105. *DefaultPageSize: Unknown
  106. *PageSize Letter: "statusdict /lettertray get exec"
  107. *PageSize Legal: "statusdict /legaltray get exec"
  108. *PageSize A4: "statusdict /a4tray get exec"
  109. *PageSize B5: "statusdict /b5tray get exec"
  110. *?PageSize: "
  111. save
  112. 4 dict
  113.   dup /letter (Letter) put
  114.   dup /legal (Legal) put
  115.   dup /a4tray (A4) put
  116.   dup /b5tray (B5) put
  117.   statusdict /papersize get exec
  118.   3 1 roll  {get} stopped {(Unknown)}if
  119.   exch  not { print (.Transverse) }if
  120.   = flush
  121. restore
  122. "
  123. *End
  124. *CloseUI: *PageSize
  125.  
  126. *OpenUI *PageRegion: PickOne
  127. *OrderDependency: 40 AnySetup *PageRegion
  128. *DefaultPageRegion: Unknown
  129. *PageRegion Letter: "letter"
  130. *PageRegion Legal: "legal"
  131. *PageRegion A4: "a4"
  132. *PageRegion B5: "b5"
  133. *CloseUI: *PageRegion
  134.  
  135. *DefaultImageableArea: Unknown
  136. *ImageableArea Letter: "13 12 596 780"
  137. *ImageableArea Legal: "13 10 596 1000"
  138. *ImageableArea A4: "14 18 581 825"
  139. *ImageableArea B5: "12 13 495 714"
  140. *?ImageableArea: "
  141. save
  142.   /cvp {(                ) cvs print ( ) print } bind def
  143.   /upperright {10000 mul floor 10000 div} bind def
  144.   /lowerleft {10000 mul ceiling 10000 div} bind def
  145.   newpath clippath pathbbox
  146.   4 -2 roll exch 2 {lowerleft cvp} repeat
  147.   exch 2 {upperright cvp} repeat flush
  148.  restore
  149. "
  150. *End
  151.  
  152. *DefaultPaperDimension: Unknown
  153. *PaperDimension Letter: "612 792"
  154. *PaperDimension Legal: "612 1008"
  155. *PaperDimension A4: "595 842"
  156. *PaperDimension B5: "516 729"
  157.  
  158. *RequiresPageRegion All: True
  159. *OpenUI *InputSlot: PickOne
  160. *OrderDependency: 20 AnySetup *InputSlot
  161. *DefaultInputSlot: Lower
  162. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  163. *InputSlot Upper: "2 statusdict /setpapertray get exec"
  164. *?InputSlot: "
  165. save
  166.  [ (Unknown) (Lower) (Upper)] statusdict /papertray get exec
  167.  {get exec} stopped {pop pop (Unknown)} if = flush
  168. restore
  169. "
  170. *End
  171. *CloseUI: *InputSlot
  172.  
  173. *OpenUI *ManualFeed: Boolean
  174. *OrderDependency: 20 AnySetup *ManualFeed
  175. *DefaultManualFeed: False
  176. *ManualFeed True: "statusdict /manualfeed true put"
  177. *ManualFeed False: "statusdict /manualfeed false put"
  178. *?ManualFeed: "
  179. save
  180.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  181. restore
  182. "
  183. *End
  184. *CloseUI: *ManualFeed
  185.  
  186. *DefaultOutputOrder: Normal
  187.  
  188. *% Font Information =====================
  189. *DefaultFont: Courier
  190. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  191. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  192. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  193. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  194. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  195. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  196. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  197. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  198. *Font Courier: Standard "(001.004)" Standard ROM
  199. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  200. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  201. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  202. *Font Helvetica: Standard "(001.002)" Standard ROM
  203. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  204. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  205. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  206. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  207. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  208. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  209. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  210. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  211. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  212. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  213. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  214. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  215. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  216. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  217. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  218. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  219. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  220. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  221. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  222. *Font Symbol: Special "(001.003)" Special ROM
  223. *Font Times-Bold: Standard "(001.002)" Standard ROM
  224. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  225. *Font Times-Italic: Standard "(001.002)" Standard ROM
  226. *Font Times-Roman: Standard "(001.002)" Standard ROM
  227. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  228. *Font ZapfDingbats: Special "(001.002)" Special ROM
  229. *?FontQuery: "
  230. save
  231.  /str 100 string dup 0 (fonts/) putinterval def
  232.  {
  233.    count 1 gt
  234.    {
  235.      exch dup str 6 94 getinterval cvs
  236.      (/) print dup print (:) print exch
  237.      FontDirectory exch known
  238.      { pop (Yes) }
  239.       {
  240.         length 6 add str 0 3 -1 roll getinterval
  241.         mark exch status
  242.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  243.      } ifelse =
  244.    }
  245.    {exit} ifelse
  246.  }bind loop
  247.  (*) = flush
  248. restore
  249. "
  250. *End
  251.  
  252. *?FontList: "
  253. save
  254.  FontDirectory { pop == } bind forall flush
  255.  /filenameforall where
  256.  {
  257.    pop (fonts/*)
  258.    { dup length 6 sub 6 exch getinterval cvn == } bind
  259.    128 string filenameforall flush
  260.  } if
  261.  (*) = flush
  262. restore
  263. "
  264. *End
  265.  
  266. *% Printer Messages (verbatim from printer):
  267. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  268. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  269. *Message: "\FontName\ not found, using Courier"
  270.  
  271. *% Status (format: %%[ status: <one of these> ]%% )
  272. *Status: "idle"
  273. *Status: "busy"
  274. *Status: "waiting"
  275. *Status: "printing"
  276. *Status: "warming up"
  277. *Status: "PrinterError: upper unit open"
  278. *Status: "PrinterError: toner cartridge low"
  279. *Status: "PrinterError: laser diode or scanning mirror malfunction"
  280. *Status: "PrinterError: toner cartridge missing or incorrect"
  281. *Status: "PrinterError: scanner motor malfunction"
  282. *Status: "PrinterError: paper jam"
  283. *Status: "PrinterError: fixing temperature malfunction"
  284. *Status: "PrinterError: scanner motor, laser diode or scanning mirror malfunction"
  285. *Status: "PrinterError: service call"
  286.  
  287. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  288. *Source: "serial9"
  289. *Source: "serial25"
  290. *Source: "AppleTalk"
  291. *Source: "Centronics"
  292.  
  293. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  294. *PrinterError: "upper unit open"
  295. *PrinterError: "toner cartridge low"
  296. *PrinterError: "laser diode or scanning mirror malfunction"
  297. *PrinterError: "toner cartridge missing or incorrect"
  298. *PrinterError: "scanner motor malfunction"
  299. *PrinterError: "paper jam"
  300. *PrinterError: "fixing temperature malfunction"
  301. *PrinterError: "scanner motor, laser diode or scanning mirror malfunction"
  302. *PrinterError: "service call"
  303.  
  304. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  305.  
  306. *% Color Separation Information =====================
  307.  
  308. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  309.  
  310. *InkName: ProcessBlack/Process Black
  311. *InkName: CustomColor/Custom Color
  312. *InkName: ProcessCyan/Process Cyan
  313. *InkName: ProcessMagenta/Process Magenta
  314. *InkName: ProcessYellow/Process Yellow
  315.  
  316. *%  For 60 lpi / 300 dpi  ===============================
  317.  
  318. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  319. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  320. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  321. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  322. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  323.  
  324. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  328. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329.  
  330. *%  For 53 lpi / 300 dpi  ===============================
  331.  
  332. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  333. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  334. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  335. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  336. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  337.  
  338. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  339. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  340. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  341. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  342. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  343.  
  344. *% For "QMS-PS 820 Turbo" version 51.7
  345. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  346. *% Converted to meet 4.0 specification
  347. *% Last Edit Date: Sep 15 1992
  348. *% The byte count of this file should be exactly 011515 or 011862
  349. *% depending on the filesystem it resides in.
  350. *% end of PPD file for QMS-PS 820 Turbo
  351.